Skip to main content
Version: 5.x.x

StringifyCallbackType


import { StringifyCallbackType } from "@hyper-fetch/core"

Description

Defined in client/client.types.ts:50

Preview

type StringifyCallbackType = (queryParams: QueryParamsType | string | NegativeTypes) => string;

Structure

(queryParams: QueryParamsType | string | NegativeTypes) => string